Blob Access Demo: BDP Components
================================

General
=======

	This sample demonstrates how to work with Borland's Database Providers (BDP). Amoung other things it shows how simple it is to recieve Blob data using using BDP. The sample connects to the Interbase database "worldtravel.gdb", which is included with the World Travel DBWeb project. Before running the project make sure that the path to this gdb file is correct.

How To Use
==========
	Run the application. Navigate the DataGrid with the keyboard Up/Down arrows or with the mouse. Each time the row is changed the blob data contained in that row is updated in the picture box.
